home *** CD-ROM | disk | FTP | other *** search
- This is an inputbox, somewhat different from the one that comes with
- VB.
- Look at the sample program & the VB-project to see how this works.
- The return is a public string that is called Inp1.
- Inp1 is emty (a zero-lenth string) when you hit the Oops button or
- the closeform button.
- Otherwise it has the text of the textbox.
- Syntax:
- Call InpBox(Form, Prompt, DefInp, Title, Font, Xposition, Yposition)
-
- The string Definp contains the last input, so it can be displayed
- the next time you call the inputbox.
-
- If you have any suggestions for improving this, let me know.
-
- stephan.swertvaegher@planetinternet.be